home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 40
/
Amiga Format CD40 (1999-05-11)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-06].iso
/
-in_the_mag-
/
recent_reviews
/
drivelight
/
wb_drivelight
< prev
next >
Wrap
Text File
|
1999-03-31
|
394b
|
12 lines
; Simple string startup for DriveLight+
; Uses RequestString (& thus ReqTools).
; Only works for single devices so far;
; Use Shell to monitor several at once.
; By Simon N Goodwin, 10-29th May 1998.
requeststring title "Enter device name to monitor" "scsi.device" >t:devlights
type t:devlights >env:templights ; Strip quotes
drivelight+ $templights
;delete t:devlights
;delete env:templights